CVE-2021-21275
The CVE-2021-21275 entry concerns the MediaWiki Report extension, where a CSRF vulnerability existed because Special:Report lacked CSRF protection before the fix. The root cause is absence of CSRF checks on report submissions for revisions; the issue was mitigated by commit f828dc6 introducing Me...